[IA64] Remove annoying log message
authorAlex Williamson <alex.williamson@hp.com>
Thu, 31 May 2007 17:42:40 +0000 (11:42 -0600)
committerAlex Williamson <alex.williamson@hp.com>
Thu, 31 May 2007 17:42:40 +0000 (11:42 -0600)
Signed-off-by: Kouya Shimura <kouya@jp.fujitsu.com>
xen/arch/ia64/xen/faults.c

index 04826bd2a16451a7c515d83537405b07808d1028..cf50f944248dbd07ed43753ae76a47841753eedf 100644 (file)
@@ -666,7 +666,10 @@ ia64_handle_reflection(unsigned long ifa, struct pt_regs *regs,
                vector = IA64_FP_TRAP_VECTOR;
                break;
        case 34:
-               printk("ia64_handle_reflection: handling lowerpriv trap\n");
+               if (isr & (1UL << 4))
+                       printk("ia64_handle_reflection: handling "
+                              "unimplemented instruction address %s\n",
+                              (isr & (1UL<<32)) ? "fault" : "trap");
                vector = IA64_LOWERPRIV_TRANSFER_TRAP_VECTOR;
                break;
        case 35: